-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build][LoRA] Temporarily fix long context failure issue #9579
[CI/Build][LoRA] Temporarily fix long context failure issue #9579
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!
69c3141
to
d42aac8
Compare
Mark: |
…ject#9579) Signed-off-by: charlifu <[email protected]>
…ject#9579) Signed-off-by: Vinay Damodaran <[email protected]>
…ject#9579) Signed-off-by: Alvant <[email protected]>
…ject#9579) Signed-off-by: Erkin Sagiroglu <[email protected]>
…ject#9579) Signed-off-by: Amit Garg <[email protected]>
…ject#9579) Signed-off-by: qishuai <[email protected]>
…ject#9579) Signed-off-by: NickLucche <[email protected]>
…ject#9579) Signed-off-by: NickLucche <[email protected]>
…ject#9579) Signed-off-by: Sumit Dubey <[email protected]>
#7049 added the parameter
disable_async_output_proc
with a default value of False, which led totest_long_context
raising anIndexError: list index out of range error
, see: https://buildkite.com/vllm/ci-aws/builds/7645#01919198-199d-488c-9834-8c48ae675338/193-420. Since then, this test has consistently shown this error, which has hidden errors introduced by other PRs. For example, when settingdisable_async_output_proc=True
, inference works without errors but generates incorrect results due to the cudagraph issue from #8645 (which has been fixed by #9549).This PR is a temporary solution to make this test pass correctly, so that issues like #8645 can be exposed earlier in CI.
ping @DarkLight1337 , also cc @megha95 @alexm-neuralmagic